gdk: Ensure GdkDragContext instantly updates drag window position
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 7 Feb 2017 15:35:55 +0000 (16:35 +0100)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 17 Feb 2017 18:35:42 +0000 (19:35 +0100)
commit9029bc0f6a7670c8fdff52ac1973e6b8d4bfad9d
tree1b72f4f9e10939e4519ef7e166e0f1f509dab025
parent0675fce5067b77ecc4d9ad6e311d8f64700754e7
gdk: Ensure GdkDragContext instantly updates drag window position

Otherwise we wait for the next gdk_drag_motion() call, which will
happen on the next motion event, making the drag window briefly visible
on the 0,0 root coordinates.

https://bugzilla.gnome.org/show_bug.cgi?id=778203
gdk/x11/gdkdnd-x11.c